ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1GroupCollectionView<S> Class / ReplaceAsync(Int32,Object) Method
The index.
The item.

In This Topic
    ReplaceAsync(Int32,Object) Method
    In This Topic
    Replaces the item at the specified index by the new specified item.
    Syntax
    'Declaration
     
    Public Overrides Function ReplaceAsync( _
       ByVal index As System.Integer, _
       ByVal item As System.Object _
    ) As System.Threading.Tasks.Task
    public override System.Threading.Tasks.Task ReplaceAsync( 
       System.int index,
       System.object item
    )

    Parameters

    index
    The index.
    item
    The item.
    See Also